Vcenter NamespaceManagement Clusters VpcClusterNetworkUpdateSpec

Vcenter NamespaceManagement Clusters VpcClusterNetworkUpdateSpec
Vcenter NamespaceManagement Clusters VpcClusterNetworkUpdateSpec

The Vcenter NamespaceManagement Clusters VpcClusterNetworkUpdateSpec schema encapsulates the NSX VPC cluster networking configuration parameters for the vSphere Namespaces Cluster Update operation.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "default_private_cidrs": [
        {
            "address": "string",
            "prefix": 0
        }
    ]
}
default_private_cidrs
Optional

Default CIDR blocks from which private subnets are allocated for new VPCs. Updating does not affect existing VPCs, but rather establishes the default for all new namespaces. This range should not overlap with the IP blocks defined in Vcenter NamespaceManagement Supervisors Networks Workload VpcNetwork.vpc_connectivity_profile, Vcenter NamespaceManagement Supervisors Networks Workload Network.ip_management, or other services running in the datacenter.

Changing to use invalid CIDR e.g. overlapping or broadcast or reserved CIDR will result in the operation failing with a Vapi Std Errors InvalidArgument error.

This property was added in vSphere API 9.0.0.0.

If missing or null, the current value will be retained.